placesview: Do not mark icon name as translatable
authorThomas Lange <thomas-lange2@gmx.de>
Wed, 25 May 2016 18:16:04 +0000 (20:16 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 27 May 2016 02:05:41 +0000 (22:05 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=766878

gtk/ui/gtkplacesview.ui

index 337d493f7caebea3653a0f4aa5a26495b7245a45..a8457ab1ceb8645f383b8370f8e1c26fcf520539 100644 (file)
                 <property name="hexpand">1</property>
                 <property name="width-chars">20</property>
                 <property name="placeholder-text" translatable="yes">Enter server address…</property>
-                <property name="secondary-icon-name" translatable="yes">dialog-question-symbolic</property>
+                <property name="secondary-icon-name">dialog-question-symbolic</property>
                 <property name="completion">address_entry_completion</property>
                 <signal name="notify::text" handler="on_address_entry_text_changed" object="GtkPlacesView" swapped="yes"/>
                 <signal name="activate" handler="on_connect_button_clicked" object="GtkPlacesView" swapped="yes"/>